It may map toplevel windows with arbitrary modes, which will effect
other properties, such as GtkWindow::maximized and
GtkWindow::fullscreen.
g_str_equal (pspec->name, "has-default") ||
g_str_equal (pspec->name, "is-focus") ||
g_str_equal (pspec->name, "hexpand") ||
- g_str_equal (pspec->name, "vexpand")))
+ g_str_equal (pspec->name, "vexpand") ||
+ g_str_equal (pspec->name, "visible")))
continue;
if (g_type_is_a (type, GTK_TYPE_ACCESSIBLE) &&